@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Roboto Condensed', sans-serif; */
/* font-family: 'Poppins', sans-serif; */

/* box-shadow:3px 3px 26px rgba(7,86,165,0.24); */

:root{
    --black : #333;
    --dark-blue : #0756A5;
    --blue : linear-gradient(180deg, #027DF9 0%, #0756A5 100%);
    --white : #fff;
}

html {
    scroll-behavior: smooth!important;
}

.blue-gradient-text{
    background: var(--blue);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.annual-section-heading{
    font-size: 48px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 45px;
    text-align: center;
}

.thin-hr-line{
    width: 80%;
    margin: 0 auto;
    background: linear-gradient(180deg, #027DF9 0%, #0756A5 100%);
    height: 1px;
    border-top: 0;
    border-radius: 30px;
    opacity: 0.44;
}


  /* <!-- ========== ANNUAL APPEAL PAGE CSS STARTED========== --> */

/* <!-- ========== ANNUAL APPEAL BANNER SECTION CSS ========== --> */
.annual-hero-section{
    padding-top:127px;
}
.annual-hero-section .annual-hero-inner-section{
    padding:55px 0;
    background: linear-gradient(90deg, rgba(7, 86, 165, 0.10) 0.09%, rgba(255, 85, 0, 0.03) 99.92%);
}
.annual-hero-section .content h1{
    font-size:48px;
    font-weight:700;
    margin-bottom:30px;
    line-height: normal;
    color: var(--dark-blue);
    font-family: 'Roboto Condensed', sans-serif;
}
.annual-hero-section .content p{
    font-size:24px;
    line-height: 35px;
    font-weight:400;
    color: var(--black);
    margin-bottom:32px;
    font-family: 'Poppins', sans-serif;
}

.annual-hero-section .content a{
    font-size: 24px;
    font-weight: 400;
    color: var(--white);
    padding: 0.7rem 3.2rem;
    background: linear-gradient(270deg, #F50 2.12%, #FF7530 96.18%);
    border-radius: 60px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
}
.annual-hero-section .content a:hover{
    transform: translateY(-8px);
    transition: all 0.3s ease-in-out;
}

.annual-hero-section img{
    max-width: 90%;
}


/* <!-- ========== ANNUAL PARA SECTION CSS ========== --> */
.annual-para-section{
    margin: 70px 0;
}

.annual-para-top-text{
    font-size: 24px;
    color: var(--black);
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    line-height: 36px;
}


/* <!-- ========== ANNUAL OFFER SECTION CSS ========== --> */
.annual-offer-section{
    background: rgba(239, 244, 249, 1);
    padding: 100px 0;
}

.annual-offer-section .annual-offer-row{
    margin-top: 100px;
    align-items: center;
}

.annual-offer-section .image-wrapper{
    width: 100%;
}

.annual-offer-section .image-wrapper img{
    max-width: 100%;
}

.annual-offer-section .content-wrapper{
    padding-right: 30px;
}

.annual-offer-section .content-wrapper li{
    list-style: none;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.annual-offer-section .content-wrapper li:last-child{
    margin-bottom: 10px;
}

.annual-offer-section .content-wrapper li img{
    height: 43px;
    width: 43px;
    margin-top: 2px;
}

.annual-offer-section .content-wrapper li span{
    font-size: 18px;
    color: var(--black);
    line-height: 32px;
}

.annual-offer-section .right-content img{
    width: 100%;
}


/* <!-- ========== ANNUAL TOOLS SECTION CSS ========== --> */
.annual-tools-section{
    background: rgba(2, 16, 33, 1);
    padding: 100px 0;
}

.annual-tools-section .annual-section-heading{
    color: var(--white);
}

.annual-tools-section .tools-wrapper{
    margin-top: 80px;
}

.annual-tools-box{
    padding: 8px;
    text-align: center;
}

.annual-tools-box img{
    max-width: 230px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
}

.annual-tools-box .content{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
    text-align: center;
}

.annual-tools-box .content h6{
    font-size: 24px;
    font-weight: 700;
    color: var(--white);
    font-family: 'Poppins', sans-serif;
}

.annual-tools-box .content p{
    font-size: 16px;
    color: var(--white);
    line-height: 28px;
}

.annual-tools-box .content a{
    color: #007FFE;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    display: inline-block;
    text-decoration: underline!important;
}


/* <!-- ========== ANNUAL FEATURE SECTION CSS ========== --> */
.annual-feature-section{
    padding: 100px 0;
}

.annual-feature-section .first-feature{
    margin: 85px 0;
    align-items: center;
}

.annual-feature-section .second-feature{
    align-items: center;
    margin-bottom: 40px;
}

.annual-feature-section .image-wrapper{
    width: 100%;
}

.annual-feature-section .image-wrapper img{
    max-width: 100%;
}

.annual-feature-section .content-wrapper{
    padding: 10px;
}

.annual-feature-section .content-wrapper ul li{
    font-size: 18px;
    color: var(--black);
    line-height: 36px;
    list-style-type: disc;
    margin-bottom: 30px;
}

.annual-feature-section .content-wrapper ul li a{
    text-decoration: underline;
    color: #007FFE;
    display: inline-block;
}

.annual-feature-section .content-wrapper ul li:last-child{
    margin-bottom: 10px;
}

#annual-campaign-register{
    padding-top: 75px!important;
}

#annual-campaign-register .annual-appeal-contact-heading{
    font-size: 28px;
}


/***************************************************************/
/* <!-- ========== RESPONSIVE MEDIA QUERIES CSS ========== --> */
/***************************************************************/

/* <!-- === RESPONSIVE 1198px STARTS HERE === --> */

@media (max-width:1198px){
    .annual-hero-section .content p{
        font-size: 23px;
    }
    .annual-hero-section .content h1{
        font-size:47px;
    }
    .annual-para-top-text{
        font-size: 23px;
        width: 90%;
    }
    .annual-offer-section .content-wrapper{
        padding-right: 0;
    }
}


/* <!-- === RESPONSIVE 992PX STARTS HERE === --> */

@media (max-width:992px){
    .annual-hero-section{
        padding-top: 107px;
    }
    .annual-hero-section .annual-hero-inner-section{
        padding: 35px 0;
    }
    .annual-hero-section .content p{
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 20px;
    }
    .annual-hero-section .content h1{
        font-size: 35px;
        margin-bottom: 17px;
    }
    .annual-hero-section .content a{
        font-size: 1.2rem;
        padding: 0.4rem 3rem;
    }
    .annual-hero-section img{
        max-width: 90%;
    }
    .annual-para-section{
        margin: 50px 0;
    }
    .annual-para-top-text{
        width: 100%;
        font-size: 18px;
        line-height: 31px;
    }
    .annual-offer-section{
        padding: 70px 0px;
    }
    .annual-offer-section .annual-offer-row{
        margin-top: 50px;
    }
    .annual-offer-section .content-wrapper{
        padding-left: 0;
    }
    .annual-offer-section .content-wrapper li{
        gap: 15px;
    }
    .annual-offer-section .content-wrapper li img {
        margin-top: 3px;
        width: 35px;
        height: 35px;
    }
    .annual-offer-section .content-wrapper li {
        margin-bottom: 20px;
    }
    .annual-offer-section .image-wrapper{
        text-align: center;
    }
    .annual-offer-section .image-wrapper img{
        max-width: 60%;
        margin-bottom: 40px;
    }    
    .annual-tools-section{
        padding: 70px 0;
    }
    .annual-tools-box img{
        max-width: 85%;
    }
    .annual-tools-box .content p{
        font-size: 14px;
        line-height: 25px;
    }
    .annual-tools-box .content h6{
        font-size: 22px;
    }
    .annual-tools-section .tools-wrapper{
        margin-top: 40px;
    }
    .annual-feature-section{
        padding: 70px 0;
    }
    .annual-feature-section .first-feature{
        margin: 60px 0;
    }
    .annual-feature-section .image-wrapper{
        text-align: center;
    }
    .annual-feature-section .image-wrapper img{
        max-width: 55%;
        margin-bottom: 20px;
    }
    .annual-feature-section .content-wrapper ul li{
        margin-bottom: 15px;
    }
    .annual-feature-section .second-feature{
        margin-left:0 ;
        margin-right: 0;
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }
}


/* <!-- === RESPONSIVE ONLY 768px STARTS HERE === --> */

@media (max-width:768px){
    .annual-hero-section {
        padding-top: 0px;
    }
    #annual-campaign-register{
        padding-top: 40px!important;
    }
}


/* <!-- === RESPONSIVE ONLY 767px STARTS HERE === --> */

@media (max-width:767px){
    .annual-hero-section .content{
        margin-bottom: 40px;
        text-align: center;
    }
    .annual-hero-section .content h1{
        font-size: 43px;
    }
    .annual-hero-section .content p{
        font-size: 22px;
        line-height: 33px;
    }
    .annual-hero-section .image-wrapper{
        text-align: center;
    }
    .annual-hero-section img{
        max-width: 70%;
    }
    .annual-hero-section .content a {
        font-size: 1.4rem;
        padding: 0.8rem 3rem;
    }
    .annual-para-section .annual-para-row{
        gap: 30px;
    }
    .annual-section-heading{
        margin-bottom: 30px;
        font-size: 40px;
    }
    .annual-offer-section .content-wrapper li span{
        font-size: 16px;
        line-height: 30px;
    }
    .annual-offer-section .content-wrapper li img{
        margin-top: 2px;
        width: 28px;
        height: 28px;
    }
    .annual-tools-box img{
        max-width: 50%;
    }
    .annual-tools-box .content p{
        font-size: 16px;
        width: 80%;
        margin: 0 auto;
    }
    .annual-tools-box{
        margin-bottom: 40px;
    }
    .annual-feature-section .content-wrapper ul li{
        font-size: 16px;
        line-height: 30px;
    }
    #annual-campaign-register .annual-appeal-contact-heading{
        font-size: 25px;
    }
}


/* <!-- === RESPONSIVE ONLY 575px STARTS HERE === --> */

@media (max-width:575px){
    .annual-hero-section .content p{
        font-size: 1.1rem;
        line-height: 29px;
        margin-bottom: 25px;
    }
    .annual-hero-section .content h1{
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    .annual-hero-section .content a {
        font-size: 1.4rem;
        padding: 0.7rem 2.8rem;
    }
    .annual-hero-section img{
        max-width: 80%;
    }
    .annual-para-section{
        margin: 40px 0;
    }
    .annual-para-top-text{
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 0;
    }
    .annual-offer-section{
        padding: 50px 0;
    }
    .annual-offer-section .image-wrapper img{
        max-width: 75%;
    }
    .annual-section-heading{
        font-size: 35px;
        margin-bottom: 30px;
    }
    .annual-offer-section .content-wrapper li{
        margin-bottom: 15px;
    }
    .annual-offer-section .content-wrapper li span{
        font-size: 14px;
        line-height: 24px;
    }
    .annual-offer-section .content-wrapper li img{
        margin-top: 2px;
        width: 20px;
        height: 20px;
    }
    .annual-tools-section{
        padding: 50px 0;
    }
    .annual-tools-box img{
        margin-bottom: 30px;
    }
    .annual-tools-box .content p{
        font-size: 14px;
        width: 85%;
    }
    .annual-tools-box{
        margin-bottom: 30px;
    }
    .annual-feature-section{
        padding: 50px 0;
    }
    .annual-feature-section .first-feature{
        margin: 40px 0;
    }
    .annual-feature-section .image-wrapper img{
        max-width: 80%;
    }
    .annual-feature-section .content-wrapper ul li{
        font-size: 14px;
        line-height: 24px;
    }
    .annual-feature-section .second-feature{
        margin-bottom: 0px;
    }
}
